Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

NorthWest class 4 - Salvador Cuevas Garcia - JavaScript - 1#123

Closed
Salvacg737 wants to merge 1 commit into
CodeYourFuture:masterfrom
Salvacg737:master
Closed

NorthWest class 4 - Salvador Cuevas Garcia - JavaScript - 1#123
Salvacg737 wants to merge 1 commit into
CodeYourFuture:masterfrom
Salvacg737:master

Conversation

@Salvacg737
Copy link
Copy Markdown

@Salvacg737 Salvacg737 commented Jun 24, 2021

Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in HOW_TO_MARK.md in the root of this repository

Your Details

  • Your Name:
  • Your City:
  • Your Slack Name:

Homework Details

  • Module:
  • Week:

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?


View rendered exercises/B-hello-world/README.md
View rendered exercises/I-floats/README.md

(numberOfStudents * 100) / (numberOfStudents + numberOfMentors);
var porcentageMentors =
(numberOfMentors * 100) / (numberOfStudents + numberOfMentors);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since you use the numberOfStudents + numberOfMentors twice, it can be assigned to a variable like
var total = numberOfStudents + numberOfMentors

Comment thread mandatory/4-tax.js

function addTaxAndFormatCurrency(num) {
var total = calculateSalesTax(num).toFixed(2);
return "£" + total;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can save this line if you merge it into the previous line

Copy link
Copy Markdown

@csfilipinyi csfilipinyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice job, put some comments inside the code

@github-actions
Copy link
Copy Markdown

Your coursework submission has been closed because nobody has interacted with it in six weeks. You are welcome to re-open it to get more feedback.

@github-actions github-actions Bot added the Stale label Aug 14, 2021
@github-actions github-actions Bot closed this Aug 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants